From 35e973d6988e6f20e74868bc162078a070fecce4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Feb 2019 09:53:22 +0100 Subject: [PATCH] docs: Remove elements We use Markdown for documentation, not Docbook. --- gdk/gdkpaintable.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gdk/gdkpaintable.c b/gdk/gdkpaintable.c index 5e3904e73c..8e808b4913 100644 --- a/gdk/gdkpaintable.c +++ b/gdk/gdkpaintable.c @@ -38,10 +38,9 @@ void gtk_snapshot_pop (GdkSnapshot * #GdkPaintable is a simple interface used by GDK and GDK to represent * objects that can be painted anywhere at any size without requiring any * sort of layout. The interface is inspired by similar concepts elsewhere, - * such as #ClutterContent, HTML/CSS Paint - * Sources or - * SVG Paint Servers. + * such as [ClutterContent](https://developer.gnome.org/clutter/stable/ClutterContent.html), + * [HTML/CSS Paint Sources](https://www.w3.org/TR/css-images-4/#paint-source), + * or [SVG Paint Servers](https://www.w3.org/TR/SVG2/pservers.html). * * A #GdkPaintable can be snapshot at any time and size using * gdk_paintable_snapshot(). How the paintable interprets that size and if it -- 2.30.2